PhotoViewFragment

open class PhotoViewFragment : PermissionFragment, PermissionFragment.PermissionHandler, LoadingDialogHandler

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
open fun onCreateView(    @NonNull inflater: LayoutInflater,     @Nullable container: ViewGroup,     @Nullable savedInstanceState: Bundle): View
Link copied to clipboard
protected open fun onDrawPage()
Link copied to clipboard
open fun onPermissionGranted()
Link copied to clipboard
open fun onResume()
Link copied to clipboard
open fun onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun shouldDismissLoadingDialog()
It will be called when the loading dialog needs dismissing.
Link copied to clipboard
open fun shouldShowLoadingDialog(): Boolean
It will be called when the loading dialog needs displaying.